home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
PadHop.dxr
/
Internal_3_first frame.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-31
|
214 b
|
15 lines
global gFloats, gScore, gLives, gLivesIcons, gInMotion, levelnum
on prepareFrame me
gFloats = []
gScore = 0
gLives = 5
levelnum = 1
gLivesIcons = []
gInMotion = 0
end
on exitFrame me
go("init")
end